div.navbar-custom.topnav-navbar h3 {
  line-height: 50px;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

.gis_session_title_form {
  display: none;
}

label {
  display: block !important;
}

body.pricing_session-template-default .card-body {
  padding: 0.75rem;
}

.table th, .table td {
  padding: 0.5rem;
}

.flash {
    -webkit-animation-name: flash-animation;
    -webkit-animation-duration: 1.5s;
    animation-name: flash-animation;
    animation-duration: 1.5s;
}

@-webkit-keyframes flash-animation {  
    from { background: #f9bc0d; }
    to   { background: default; }
}
@keyframes flash-animation {  
    from { background: #f9bc0d; }
    to   { background: default; }
}