﻿.onboarding_button_float {
    position: fixed !important;
    width: 140px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    /*background-color: #C22126;*/
    background-color: #ffffff;
    color: #003459;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.onboarding-icon {
    margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
    .onboarding-icon {
        margin-top: 10px;
    }

    .onboarding_float {
        width: 100px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
}
