/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 31-Dec-2023, 4:36:35 pm
    Author     : Keerthana
*/

.sticky-icons {
    position: fixed;
    top: 100px;
    right: 100px;
    z-index: 100000000000;
    width: 38px;
}

.sticky-icons .call_sticky {
/*    background: #ff3131;
    color: #fff;*/
    margin-bottom: 20px;
}

/*.sticky-icons a {
    display: inline-block;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .35);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}*/

.whatsapp_sticky {
    font-size: 32px;
    background: #fff0;
    color: #fff0;
    border-radius: 50%;
    width: 350%;
    height: 350%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-bottom: 10px;
}