.bubble-arrow path,
.avatar-bubble .bubble-container {
    --avatar-text-bg: #CCE9F4;
}

/*CSS*/
.progress {
    background-color: #eee !important;
}
.progress .progress-bar {
    background-color: #24A6DF88;
    background-color: rgba(36,166,223,0.5);
}

@media (min-width: 768px) {
    .survey-header .question {
        max-width: 992px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Button */
.btn.btn-primary:not(:disabled) {
    --btn-primary: #24A6DF;
    background-color: var(--btn-primary);
    border-color: var(--btn-primary);
}
.btn.btn-primary:not(:disabled):hover,
.btn.btn-primary:not(:disabled):active {
    --btn-hover: #4BC1E9;
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
}
.btn.btn-primary:not(:disabled):focus,
.btn.btn-primary:not(:disabled):active:focus {
    box-shadow: none;
}

.cta-button {
    width: 100%;
    max-width: 420px;
    padding-top: 1.2rem;
    padding-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 0.875rem;
}
.cta-button > span {
    display: block;
    font-size: 0.5em;
    font-weight: normal;
}
@media (min-width: 576px) {
    .cta-button {
        font-size: 1.8rem;
    }
}



/* Banner Card */

.card-container  {
    max-width: 922px !important;
    margin: auto !important;
}

.product-info-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    margin-left: 0.3em;
    display: block;
}

.title-color {
    color: #0364AD;
}

.product-info .product-info-bullet {
    list-style-type: disc;
}

.product-info .fa-ul {
    margin-left: 1.5em;
}

@media (min-width: 768px) {
    .product-info-title {
        font-size: 1.5em;
    }
}

@media (min-width: 576px) {
    .product-info-title {
        font-size: 1.3em;
    }
}

@media (min-width: 340px) {
    .product-info-title {
        font-size: 1.3em;
    }
}