.logo img{
    width: 203px;
    float: left;
    padding-left: 10px;
    padding-top: 4px;
}

footer.footer {
    margin: 0;
    text-align: right;
    background: #fffffff5;
}
.frm-single:before,.frm-single:after {
    display: none;
}
.frm-submit {
    background: #00bf4f !important;
}
.profile-avatar{
    text-align: center;
}
#single-wrapper{
    background:none;
}
.update_user_btn,.edit_user_btn, .delete_user_btn, .delete_investment_btn{
   /* font-size: 12px !important; */
    line-height: 10px !important;
    /* padding: 7px 14px !important; */
}
.active-inactive-btn{
   font-size: 12px !important;
    line-height: 10px !important;
    font-weight: normal !important;
    margin: 0 auto;
    display: flex;
    text-align: center !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    opacity: 0.8;
}
 
	.close-investment-list-btn,
	.close-user-list-btn {
    float: right;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 17px;
    color: black;
}

.animated_rainbow_1 {	
    font-size: 32px;
    font-family: Arial Black, Gadget, sans-serif;
    background-image: -webkit-linear-gradient(right, #f20000, #FFEB3B, #f20000);
    -webkit-animation: animatedBackground_a 5s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
	background-clip: text;
}

@keyframes animatedBackground_a {
	0% { background-position: 0 0 }
	100% { background-position: -500px 0 }
}

