.box-shadow {
  -webkit-box-shadow: 3px 3px 17px 0 rgba(0, 0, 0, .75);
  -moz-box-shadow: 3px 3px 17px 0 rgba(0, 0, 0, .75);
  box-shadow: 3px 3px 17px 0 rgba(0, 0, 0, .75)
}

.text-shadow {
  /*text-shadow: 4px 4px 4px rgba(255, 255, 255, 0.61);*/
}

.text-white {
  color: #fff !important;
}

.readable-para {
  font-size: 1.2em;
  line-height: 1.5em;
}

.highlight-para {
  font-size: 1.6em;
  line-height: 1.9em;
  letter-spacing: 0.1rem;
}

.bg-white {
  background-color: #fff !important;
}

.tiktok-container {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.tiktok-img {
  width: 18px;
  height: 18px;
}

.tiktok-img.small {
  width: 16px;
  height: 16px;
}

/* Hide the original checkbox */
input[type='checkbox'].sbh-check {
  opacity: 0;
  position: absolute;
}

/* Style the label to look like a checkbox */
input[type='checkbox'].sbh-check + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* Create a custom box for the unchecked state */
input[type='checkbox'].sbh-check + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #26B45A;
  background-color: #fff;
}

/* Create a custom checkmark */
input[type='checkbox'].sbh-check:checked + label::after {
  content: '✔';
  position: absolute;
  left: 3px;
  top: -2px;
  font-size: 16px;
  color: #303F4F;
}
