/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 30, 2019, 10:33:09 AM
    Author     : Anis Mumtaz
*/


//Anis Custom styling

.investment-process .disbaled {
    color: gray !important;
    cursor: not-allowed;
    pointer-events: all !important;
}
.activee{
    color:white;
}

.process-menu .menu-sec a {
    color: #000;
}
.process-menu .menu-sec a:hover {
    text-decoration: none;
}

.process-menu .declined::after {
    content: "\f057" !important;
    color: red;
    font-size: 25px;
    top: 6px;
}

.send_fund_consent.is-invalid,.send_fund_consent, .consent-form-control{
    border: none!important;
    background: transparent!important;
}
body, html{
    background-color: white;
}
.pull-left{
    float: left!important;
}
.hidden{
    display: none;
}
