.bg-intro-1 {
    background-image: url(/chestcon_pwa/pwa/images/intro_1.jpg);
    background-position-x: -10px;
}
.bg-intro-2 {
    background-image: url(/chestcon_pwa/pwa/images/intro_2.jpg)
}
.bg-intro-3 {
    background-image: url(/chestcon_pwa/pwa/images/intro_3.jpg)
}
.bg-intro-4 {
    background-image: url(/chestcon_pwa/pwa/images/intro_4.jpg)
}
.bg-chestcon-home-banner-1 {
    background-image: url(/chestcon_pwa/pwa/images/chestcon_home_banner_1_2026.4.png)
}
.custom-login-text{
    position: fixed;
    right: 1.3rem;
    top: 2.1rem;
}
.custom-center{
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bg-highnoon{
    background-image: url(/chestcon_pwa/pwa/images/hnl_logo_3.png)
}
.custom-box-350x50 {
    margin: 0 auto;
    width: 350px;
    height: 50px
}
.fixed-top-image {
    position: relative;
    top: 50px;
}
.custom-scroll-box{
    height: 60px;
}
.custom-scroll-box img{
    width: 100%;
    margin: 0;
    border-radius: 0;
}
.custom-session-text{
    width: 180px;
}
.text-justify{
    text-align: justify;
}
.mr-1{
    margin-right: 1rem;
}
.mr-2{
    margin-right: 2rem;
}
.animate-blink {
    animation: blink 1s infinite;
    animation-fill-mode: both;
}
@keyframes blink {
    0% { opacity: 0 }
    50% { opacity: 1 }
    100% { opacity: 0 }
}
.custom-session-date {
    background-color: lightcyan;
}
.custom-card-bg{
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.5);;
}
.custom-footer-card{
    bottom: 0;
    height: 270px;
}
.custom-page-content{
    padding-bottom: 30px;
}
.custom-burger-icon{
    font-size: 35px;
    text-align: center;
}
.custom-speaker-name{
    line-height: 1.1rem;
}
.ml-1{
    margin-left: 0.25rem;
}
.ml-2{
    margin-left: 0.5rem;
}
.ml-3{
    margin-left: 1rem;
}
.ml-4{
    margin-left: 2rem;
}
.custom-dr-name{
    line-height: 1.1rem;
    padding-bottom: 0.3rem;
}
.custom-option-box{
    margin-bottom: 20px;
    height: inherit;
    margin-right: 0;
}
.custom-menu-box{
    box-shadow: none;
}
.custom-iframe{
    max-width: 326px;
    height: 420px;
}
.custom-session-timeline{
    line-height: 1.1rem;
}
.custom-text-decoration{
    text-decoration: none;
}
.custom-tint{
    border-radius: 0;
}
.custom-session-dr-title{
    line-height: 1rem;
}
.custom-popup-iframe{
    max-height: 365px !important;
    height: 365px !important;
}
.bg-custom-blue{
    background-color: #264fe7 !important;
}
.custom-skip-button {
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 0;
    margin-bottom: 0;
}
