:root{
    --one:#153274 ;
    --two:#123e96;
    --three:#0e45bf;
    --four:#0955ec;
    --five:#106dff;	
	--six:#278dff;
	--seven:#4fb0ff;
	--eight:#88cdff;
	--nine:#b8dfff;
	--ten:#d7ecff;
	--eleven:#edf7ff;
}

.appFooter{
    max-width: 676px !important;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.322) 0px 1px 4px;
    background-color: rgba(0, 0, 0, 0.397);
}
.appFooter img{
    width: 25px;

}

.appFooter{
    background-color: rgba(255, 255, 255, 0.904);
	backdrop-filter: blur(10px);
	box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.219), 5px 5px 20px rgba(114, 114, 114, 0.212);
    border: 1px solid rgba(224, 224, 224, 0.404);
    padding: 5px 0;
    box-shadow: 5px 5px 20px #153274;
    border: 1px solid rgba(224, 224, 224, 0.404);
}

.appFooter .footer-menu{
    text-align: center;
    color: #153274;
    /*background:red !important;*/
    width:100%;
}

.appFooter i{
    font-size: 28px;
}

.appFooter p{
    font-size: 14px;
}
