/* Shared styles for all apps */
html {
    overflow-y: scroll !important;
}

.footer-custom {
    padding-top: .3rem !important;
    padding-bottom: .3rem !important;
}

.logo-small {
    width: 100px;
}

.session-card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 7px !important;
}

.session-card-subtitle {
    min-height: 30px !important;
}

.session-card-address {
    min-height: 50px;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.text-center-align {
    text-align: center;
}

.fieldset-legend {
    font-size: 20px;
    white-space: nowrap;
}

.fieldset-description {
    min-height: 50px;
}

.footer-link {
    text-decoration: none;
    color: #666;
}

.footer-link:hover {
    text-decoration: underline;
}

.small-text-muted {
    font-size: 0.8em;
}

.mt-2em {
    margin-top: 2em !important;
}

.coach-bg h1 { 
    font-size: 1.5rem; 
}

.coach-bg h2 { 
    font-size: 1.25rem; 
} 

.coach-bg h3, .coach-bg h4, .coach-bg h5, .coach-bg h6 { 
    font-size: 1rem; 
}

.enroll-help-text {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
}

.white-space-nowrap {
    white-space: nowrap !important;
}

.enroll-sub-header {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.min-height-44 {
    min-height: 44px !important;
}

.mb-2rem {
    margin-bottom: 2rem !important;
}


@media screen and (max-width: 600px) {
  .bc-desktop{
    display: none;
  }

  .bc-mobile {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 600px) {
  .bc-desktop{
    display: flex;
  }

  .bc-mobile {
    display: none;
  }
}

.admin-view-bar {
    background-color: navy;
    color: white;
}