.dark-blue{
    color: #011B28
}
.blue-light-background{
 background-color: #DCF3F9;
}
.tns-liveregion tns-visually-hidden{
    display: none;
}
.m-text-dark
{
    color: #0c0a32 !important;
}
.m-page-title-bg
{
    background-color: antiquewhite
}


 .integration-fixed__bottom-left {
     bottom: 0;
     margin-bottom: 45px;
     left: -10px;
 }

.integration-fixed {
    position: fixed;
    z-index: 10000000;
}

.whatsapp-container {
    padding: 24px;
}

.whatsapp-container {
    padding: 24px
}

.whatsapp-button {
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: white;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(0.9)
}

.whatsapp-button:hover {
    transform: scale(1);
    background-color: #1fcc5f
}

