/*
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;
}
.dark-topup-msg-msg {
    background-color: #000;
}

.topup-msg {
    position: relative;
    padding: 0;
}
.topup-msg button.close {
    margin: 0.45rem 1rem;
    opacity: 0.75;
}
.topup-msg button.close:hover {
    opacity: 1;
}
.topup-msg-icon,
.topup-error-icon,
.topup-msg-text {
    display: table-cell;
    vertical-align: middle;
}
.topup-msg-icon {
    text-align: center;
    font-size: 2.2rem;
    color: #51af94;
    padding: 1rem;
}
.topup-error-icon {
    text-align: center;
    font-size: 2.2rem;
    color: #FFC107;
    padding: 1rem;
}

.topup-msg-text {
    color: #fff;
    padding: 2rem 2rem;
    width: 100%;
}


.btn-cross{
    width: 38px;
    height: 38px;
}

.btn-cross:hover{
    background: #ffffff4a;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
.radius-20{
    border-radius: 20px;
}
