/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


.scann_prescription_cta {
    display: none !important;
}
.cta-component {
font-family: "ClashDisplay-Medium";
display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 28px;
    background: var(--primary-color, #00F);  
    padding: 12px 64px;
    color: white;
    cursor: pointer;
    height: 46px;
    position: relative;
    z-index: 990;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.header .cta-component {
    padding: 12px 32px;
}

.header .cta-component:hover {
    border: 2px solid white;
    transition: 0.3s;
}
.white-cta {
background: white;
    color: #00F;
    border: 2px solid #00F;
    transition: 0.3s;
}

.white-cta:hover {
    background: #00F;
    color: white;
    border: 2px solid #00F;
    transition: 0.3s;
}
@media all and (max-width: 550px) {

    .cta-component {
            width: 100%;
            padding: 12px 16px;
        }

}