/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 115%;
  /* Vertically center the text there */
  margin-bottom: 1rem;
}
.navbar {
  background-color: #fff;
  color: #555;
}
.navbar-brand {
  color: #fff !important;
  font-weight: bold;
}
.smallprint {
  font-size: 80%;
  color: #888;
}
.card-center {
  margin: 0 auto;
  float: none;
  margin-bottom: 10px;
}
html,
body {
  font-family: "Baloo 2", sans-serif;
  font-weight: normal;
}
.youtubePlayerContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtubePlayerContainer iframe,
.youtubePlayerContainer object,
.youtubePlayerContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.validation-error {
  background-color: #ffe0cb !important;
}
.star {
  cursor: pointer;
}
.businessCardContactPoint {
  white-space: nowrap;
  display: inline-block;
}
.businessCardContactPoint img {
  padding-right: 5px;
}
.navbar-error {
  background-color: #ebbdbd;
  color: #9f0909;
  font-weight: bold;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 30px 0 30px 0;
  border-bottom: 2px solid #d32f2f;
  z-index: 999 !important;
}
.signatureBox {
  border: 2px dotted #ccc;
  border-radius: 16px;
  cursor: pointer;
  height: 250px;
  width: 100%;
  margin: 30px auto 0 auto;
  background-color: #eee;
}
.signatureBoxError {
  border: 2px dotted #9f0909;
}
#messageModal .modal-dialog,
#messageModal .modal-content {
  height: 80%;
}
#messageModal .modal-body {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}
.messageItem {
  border-radius: 12px;
  padding: 6px;
  margin-bottom: 10px;
}
.messageItem span {
  font-weight: bold;
  display: block;
  font-size: 90%;
}
.messageItem span span {
  display: inline;
  font-weight: lighter;
  color: #eee;
}
.messageItemLeft {
  border: 1px solid #4275a7;
  background-color: #5385b6;
  color: #fff;
  margin-right: 40px;
}
.messageItemRight {
  border: 1px solid #782424;
  background-color: #893535;
  color: #fff;
  margin-left: 40px;
  text-align: right;
}
.form-control {
  font-weight: bold;
  color: #1c4670;
}
.form-control::placeholder {
  font-weight: lighter;
  color: #888;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  font-weight: lighter;
  color: #888;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  font-weight: lighter;
  color: #888;
  opacity: 1;
}
.bg-black {
  background-color: #000;
}
